<label name="lblAlignVertical" caption="Vertical align" hint="Choose how your cell should be aligned vertically." width="77" height="13" top="64" left="232"/>
<label name="lblAlign" caption="Align" hint="Choose how your cell should be aligned." width="42" height="13" top="16" left="232"/>
<label name="lblRowSpan" caption="Rowspan" hint="Choose if you want your cell to span over a number of rows." width="45" height="13" top="64" left="120"/>
<label name="lblColSpan" caption="Colspan" hint="Choose if you want your cell to span over a number of columns." width="38" height="13" top="64" left="8"/>
<spinedit name="speWidth" taborder="0" hint="Width of your cell." maxvalue="0" minvalue="0" value="100" width="65" height="20" top="32" left="8"/>
<checkbox name="cbWidth" caption="Width" taborder="1" hint="Check if the width should be hardcoded." checked="0" width="65" height="14" top="16" left="8"/>
<checkbox name="cbWidthPercent" caption="%" taborder="2" hint="Choose between width measured in percentages (relative) or pixels (absolute)." checked="1" width="37" height="17" top="34" left="76"/>
<spinedit name="speHeight" taborder="3" hint="Height of your cell." maxvalue="0" minvalue="0" value="100" width="65" height="20" top="32" left="120"/>
<checkbox name="cbHeight" caption="Height" taborder="4" hint="Check if the width should be hardcoded." checked="0" width="57" height="14" top="16" left="120"/>
<checkbox name="cbHeightPercent" caption="%" taborder="5" hint="Choose between width measured in percentages (relative) or pixels (absolute)." checked="1" width="35" height="17" top="34" left="190"/>
<combobox name="comAlign" taborder="6" text="" hint="Choose how your cell should be aligned." width="160" height="21" top="32" left="232">
<items>
left
center
right
justify
char
</items>
</combobox>
<spinedit name="speColSpan" taborder="7" hint="Choose if you want your cell to span over a number of columns." maxvalue="0" minvalue="0" value="0" width="65" height="20" top="80" left="8"/>
<spinedit name="speRowSpan" taborder="8" hint="Choose if you want your cell to span over a number of rows." maxvalue="0" minvalue="0" value="0" width="65" height="20" top="80" left="120"/>
<combobox name="comAlignVertical" taborder="9" text="" hint="Choose how your cell should be aligned vertically." width="160" height="21" top="80" left="232">
<items>
top
middle
bottom
baseline
</items>
</combobox>
<checkbox name="cbColor" caption="Background color" taborder="10" hint="Select a background color for your cell. Only included if the above checkbox is checked." checked="0" width="121" height="14" top="112" left="8"/>